projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af201b8
)
packages/bash: fix whitespaces
author
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:02:18 +0000
(07:02 +0000)
committer
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:02:18 +0000
(07:02 +0000)
Signed-off-by: Dirk Neukirchen <
[email protected]
>
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 40041
utils/bash/Makefile
patch
|
blob
|
history
diff --git
a/utils/bash/Makefile
b/utils/bash/Makefile
index d87744116dc39f8582a94f61b2a9c6d325433e93..bef9bccc9dcbc5a0488b271a792f379b46a03530 100644
(file)
--- a/
utils/bash/Makefile
+++ b/
utils/bash/Makefile
@@
-26,8
+26,8
@@
define Package/bash
endef
define Package/bash/description
- Bash is an sh-compatible command language interpreter that executes
- commands read from the standard input or from a file. Bash also
+ Bash is an sh-compatible command language interpreter that executes
+ commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh).
endef
@@
-62,4
+62,3
@@
define Package/bash/install
endef
$(eval $(call BuildPackage,bash))
-